UnitConversion Class

Represents a unit conversion.

Inheritance Hierarchy

System.Object
  System.ComponentModel.INotifyPropertyChanged
    IntervalZero.KINGSTAR.Base.Class.UniConversion

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class UnitConversion : INotifyPropertyChanged
Public Class UnitConversion Implements INotifyPropertyChanged

 

The UnitConversion class exposes the following members.

Constructors

  Name Description
UnitConversion A creator for the UnitConversion class. This class contains the necessary information of converting units.

Events

  Name Description
PropertyChanged Notifies the application whether one of the properties is changed.

Properties

  Name Description
Denominator Used to convert the drive unit to the user unit.
Invert Reverses the direction of an encoder.
Numerator Used to convert the drive unit to the user unit.

See also

IntervalZero.KINGSTAR.Base.Class Namespace